Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

type_id_eq: check that the hash fully matches the type S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143975 opened Jul 15, 2025 by RalfJung Loading…
Rollup of 12 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc F-autodiff `#![feature(autodiff)]` rollup A PR which is a rollup S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#143974 opened Jul 15, 2025 by samueltardieu Loading…
Update core::mem::copy documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#143970 opened Jul 15, 2025 by SunkenPotato Loading…
Add tracing to InterpCx::fn_abi_of_instance/fn_abi_of_fn_ptr S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143968 opened Jul 15, 2025 by Stypox Loading…
constify Option methods S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#143967 opened Jul 15, 2025 by oli-obk Loading…
[Perf] Remove call to hir_attrs in predicates_of A-attributes Area: Attributes (`#[…]`, `#![…]`) S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. S-waiting-on-perf Status: Waiting on a perf run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#143965 opened Jul 15, 2025 by tiif Draft
Fix handling of SCRIPT_ARG in docker images A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#143964 opened Jul 15, 2025 by nikic Loading…
Rework illformed attribute check for unparsed attributes A-attributes Area: Attributes (`#[…]`, `#![…]`) S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143963 opened Jul 15, 2025 by JonathanBrouwer Draft
Correct which exploit mitigations are enabled by default PG-exploit-mitigations Project group: Exploit mitigations S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#143961 opened Jul 15, 2025 by 1c3t3a Loading…
Tidy cleanup 2 A-tidy Area: The tidy tool S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#143960 opened Jul 15, 2025 by hkBst Loading…
tidy: check for invalid file names A-tidy Area: The tidy tool S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#143957 opened Jul 15, 2025 by samueltardieu Loading…
Make frame spans appear on a separate trace line S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143955 opened Jul 15, 2025 by Stypox Loading…
stabilize offset_of_enum I-lang-nominated Nominated for discussion during a lang team meeting. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#143954 opened Jul 15, 2025 by fee1-dead Loading…
Add the parallel front-end test suit A-compiletest Area: The compiletest test runner A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-parallel-compiler Area: parallel compiler A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143953 opened Jul 15, 2025 by ywxt Loading…
Tidy up const_ops, rename to const_arith_ops S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-clippy Relevant to the Clippy team. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#143949 opened Jul 15, 2025 by clarfonthey Loading…
Update mdbook to 0.4.52 S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#143948 opened Jul 14, 2025 by ehuss Loading…
Add new user as maintainer of NetBSD targets, fix link to pkgsrc-wip and explain. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#143939 opened Jul 14, 2025 by he32 Loading…
fix: handle diverging calls correctly in SsaVisitor::visit_place to avoid invalid DefLocation S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143932 opened Jul 14, 2025 by dillona Loading…
Mark all deprecation lints in name resolution as deny-by-default and report-in-deps S-waiting-on-crater Status: Waiting on a crater run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143929 opened Jul 14, 2025 by petrochenkov Loading…
opt-dist: make llvm builds optional S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#143928 opened Jul 14, 2025 by ognevny Loading…
Remove deprecated fields in bootstrap A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#143926 opened Jul 14, 2025 by Shourya742 Loading…
Make slice comparisons const S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#143925 opened Jul 14, 2025 by oli-obk Loading…
repr(scalable) A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#143924 opened Jul 14, 2025 by davidtwco Draft
Improve path segment joining A-attributes Area: Attributes (`#[…]`, `#![…]`) S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-clippy Relevant to the Clippy team. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#143922 opened Jul 14, 2025 by nnethercote Loading…
Constify Index traits S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#143921 opened Jul 14, 2025 by oli-obk Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.